home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Graphics / Misc / Wood.0.72 / Sources / MultipleSelectionWoodInspector.m < prev    next >
Encoding:
Text File  |  1995-09-11  |  197 b   |  15 lines

  1.  
  2. #import "MultipleSelectionWoodInspector.h"
  3.  
  4. @implementation MultipleSelectionWoodInspector
  5.  
  6. - (BOOL)doesHandleSelection
  7. {
  8.     if( [self selectionCount] > 1 )
  9.             return YES;
  10.     else    return NO;
  11. }
  12.  
  13. @end
  14.  
  15.